home *** CD-ROM | disk | FTP | other *** search
- .TH TEXTGEOM
- 6 "IRIT Version 6.0"
- .SH NAME
- TEXTGEOM
-
-
-
- AnyType TEXTGEOM( StringType Str, VectorType Spacing, NumericType Scaling )
-
- Creates a displayable geometry that represents the text in Str, with
- Spacing space between individual characters. Each character is scaled
- by Scaling where scaling of one generates a close to a unit size
- character.
-
- Example:
-
- a = TEXTGEOM("Text", vector( 0.12, 0, 0 ), 0.1 );
- b = TEXTGEOM("IRIT", vector( 0, -0.12, 0 ), 0.1 );
-
- Creates an horizontal Text and a vertical top to bottom IRIT,
- both as geometrical objects.
-